home *** CD-ROM | disk | FTP | other *** search
- ; Author: Patrick Philippot
-
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DefaultInstall]
- CopyFiles=ThisDll.sys.install
- AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
-
- [DefaultUnInstall]
- DelFiles=ThisDll.sys.install
- DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
-
- [ThisDll.Add.Reg]
- HKCR,CLSID\{30A53E22-46BE-11CF-925E-0000B465A4FF},,,"%Clipname_DESC%"
- HKCR,CLSID\{30A53E22-46BE-11CF-925E-0000B465A4FF}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
- HKCR,CLSID\{30A53E22-46BE-11CF-925E-0000B465A4FF}\InProcServer32,ThreadingModel,,"Apartment"
- HKCR,*\ShellEx\ContextMenuHandlers\ClipName,,,"{30A53E22-46BE-11CF-925E-0000B465A4FF}"
-
- [ThisDll.Uninst.Reg]
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\ClipName,,,
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\ClipName,"DisplayName",,"ClipName"
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\ClipName,"UninstallString",,"rundll.exe setupx.dll,InstallHinfSection DefaultUnInstall 132 %11%\%SubDir%\clipname.inf"
-
- [ThisDll.sys.install]
- clipname.dll
- clipname.inf
-
- [DestinationDirs]
- ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
-
- [SourceDisksNames]
- 55="ClipName 1.0.","",1
-
- [SourceDisksFiles]
- %ThisDll%=55
-
- [Strings]
- Clipname_DESC = "ClipName"
- SubDir = "ShellExt"
- ThisDll = "clipname.dll"
-
-